home *** CD-ROM | disk | FTP | other *** search
- -- background: 2600 from stack: in.
- -- bmap block id: 3083
- -- flags: 0000
- -- background id: 0
- -- name: foo
- ----- HyperTalk script -----
- on openCard
- hide message box
- show menuBar
- pass openCard
- end openCard
-
-
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=6 right=54 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: title
-
-
- -- part 22 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=28 top=56 right=297 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 14
- -- style flags: 0
- -- line height: 17
- -- part name: points
- ----- HyperTalk script -----
- on mouseUp
- get the clickLoc
- put 1 + ( (clickV()-((top of me)+1)) div (textHeight of me) ) into k
- -- ask k && line k of me
- if line k of me is not empty then
- -- get (textHeight of me * (k-1)) + ((top of me)+1)
- -- set top of cd btn hiliter to it
- -- set hilite of cd btn "hiliter" to true
- -- show cd btn "hiliter"
- get first word of line k of me
- if it = "ΓÇó" then
- get second word of line k of me
- end if
- visual effect dissolve
- go to card it
- end if
- end mouseUp
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 3000
- -- rect: left=40 top=315 right=342 bottom=69
- -- title width / last selected line: 0
- -- icon id / first selected line: 30557 / 30557
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: first card
- ----- HyperTalk script -----
- on mouseUp
- go to card "Main Topics"
-
- end mouseUp
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=245 top=316 right=341 bottom=277
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left slow
- go to next card
- end mouseUp
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=213 top=316 right=341 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right slow
- go to prev card
- end mouseUp
-